User defined force - RM3#112
Conversation
* The RM3 example was modified to include an external force defined by the user
akeeste
left a comment
There was a problem hiding this comment.
Initial review comments attached. Changes for whoever can next pick this up to start with
There was a problem hiding this comment.
remove and point to _Common_Input_Files
There was a problem hiding this comment.
remove and point to _Common_Input_Files
There was a problem hiding this comment.
remove and point to _Common_Input_Files
There was a problem hiding this comment.
remove and point to _Common_Input_Files
There was a problem hiding this comment.
If only position output is visualized, pare down file size
There was a problem hiding this comment.
If only position output is visualized, pare down file size
There was a problem hiding this comment.
If only position output is visualized, pare down file size
There was a problem hiding this comment.
resave to older simulink version
| %Plot waves | ||
| waves.plotElevation(simu.rampTime); | ||
| try | ||
| waves.plotSpectrum(); | ||
| catch | ||
| end | ||
|
|
||
| %Plot heave response for body 1 | ||
| output.plotResponse(1,3); | ||
|
|
||
| %Plot heave response for body 2 | ||
| output.plotResponse(2,3); | ||
|
|
||
| %Plot heave forces for body 1 | ||
| output.plotForces(1,3); | ||
|
|
||
| %Plot heave forces for body 2 | ||
| output.plotForces(2,3); | ||
|
|
||
| %Save waves and response as video | ||
| % output.saveViz(simu,body,waves,... | ||
| % 'timesPerFrame',5,'axisLimits',[-150 150 -150 150 -50 20],... | ||
| % 'startEndTime',[100 125]); |
There was a problem hiding this comment.
pare down to visualizations specific to this case. Maybe combine with dataVisualization.m?
The RM3 example was modified to include an external force defined by the user